home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / phit.swf / scripts / __Packages / CServerStatReporter.as < prev    next >
Encoding:
Text File  |  2007-07-13  |  257 b   |  15 lines

  1. class CServerStatReporter
  2. {
  3.    function CServerStatReporter()
  4.    {
  5.    }
  6.    function get _statsServerPHP()
  7.    {
  8.       return "phit_stats.php";
  9.    }
  10.    function ReportLevelStats(iLevel, secondsPlayed, nMoves)
  11.    {
  12.       return undefined;
  13.    }
  14. }
  15.